home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / software / arteffect2.demo / rexx / twirl.rexx < prev   
OS/2 REXX Batch file  |  1997-04-11  |  243b  |  18 lines

  1. /*
  2.     domethod demonstration
  3.     Copyright © 1997
  4.     Author: A. Pratsch
  5. */
  6.  
  7. options results
  8.  
  9. address "ArtEffect"
  10.  
  11. domethod twirl 'angle -20'
  12. if rc~=0 then say rc2
  13. domethod quit twirl angle 20
  14. if rc~=0 then say rc2
  15.  
  16. domethod quit antique 'grayscale'
  17.  
  18.